{% include 'structure/header.html' %} {% include 'structure/navbar.html' %}

The Store

You can buy valuable pieces of text, so called plaintexts, here with your precious $

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
{% for item in plaintexts %}

{{ item.title }}

{{ item.description }}

{% endfor %}
{% include 'structure/footer.html' %}